home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v2.1 / Amiga Developer CD v2.1.iso / CDTV / cdtvtools-20 / readme.doc < prev    next >
Text File  |  1992-03-02  |  5KB  |  109 lines

  1. CDTV Developer Tools Vol. II    Rev. 3                      3 march 1992
  2.  
  3. This disk contains a set of tools useful for CDTV development.  It is
  4. complimentary to the CDTV Tools Vol. I disk.
  5.  
  6. Some of the directories (and their contents) on this disk
  7. have been compressed into single files using the freely
  8. redistributable program "LHArc".  To "reconstitute" a
  9. particular directory, simply format a floppy or make a
  10. partition on your hard drive and copy the corresponding
  11. ".LZH" file to it.  Also copy the program "LHArc".
  12. Change into this directory and issue the command:
  13.  
  14.              LHArc -m x clips.LZH
  15.  
  16.          (if you want to extract the clip art, that it.)
  17.  
  18. Once LHArc has completed extracting the directory and the
  19. files in it, you may delete both the ".LZH" file and the
  20. program "LHArc".
  21.  
  22. Note that some of the contents of this disk are copyrighted.
  23.  
  24.  
  25.                         -----------------
  26.  
  27. Here is a brief summary of what you will find on the disk, and
  28. modifications from the Tools disk volume II.
  29.  
  30.  
  31. Directory       Contents/modifications
  32. ---------       ----------------------------------------
  33.  
  34. CDSetMap        The CDSetMap utility, intended for use in your startup-
  35.                 sequence, is used to set the global default keymap for
  36.                 your CDTV system, according to the language selected in
  37.                 Preferences.  If the user has a keyboard attached to the
  38.                 CDTV player, the appropriate country keymap will be used.
  39.  
  40. CDTV_Clips      This directory contains Professional Draw, vector-based
  41.                 clipart of the CDTV logo, and symbols for the various
  42.                 categories of products (Education, Arts and Leisure, Music,
  43.                 etc.)  This clipart can be read into any Amiga Desktop
  44.                 Publishing program that supports the Professional Draw clip
  45.                 format (Professional Page, Pagestream, etc.)
  46.  
  47. cdtv_device     This directory contains the autodocs for the cdtv.device.
  48.                 These documents describe in detail all the routines in the
  49.                 cdtv.device, their parameters, results, functions, and bugs.
  50.                 The cdtv.device.examples contains 'C' source code examples
  51.                 of how to call each routine.
  52.  
  53. Debugtools      The most recent versions of many important debugging tools
  54.                 for the Amiga.  These include enforcer and mungwall, as well
  55.                 as report, the tool to generate bug reports.  Many more
  56.                 debugging tools are included on the Software Toolkit II
  57.                 disk, part of the 2.0 Native Developer Update.  Ask your
  58.                 local support manager (or CATS, for US developers) how to
  59.                 order a copy of the Update.
  60.  
  61. Endrun          This command, intended for startup-sequences, lets you
  62.                 execute a command after closing the Workbench screen,
  63.                 thereby saving a significant amount of memory.
  64.  
  65. Includes        Playerprefs.fd and Playerprefs_pragmas.h are essential to
  66.                 use the playerprefs.library, in the ROM of the CDTV.  See
  67.                 the playerprefs autodocs on the CDTV Tools Vol. I disk.
  68.  
  69. IsoVal          Allan Purtle from Canadian Prototype Replicas is the author
  70.                 of this utility, which checks the structure of your
  71.                 AmigaDOS hard disk to determine if it is compliant with
  72.                 the rules for ISO 9660 volumes.  Thanks, Allan!
  73.  
  74. Quickstart      This directory contains Quickstart and Makequick.  These
  75.                 utilities let you load a set of files into a RAM disk,
  76.                 using the Burst mode of the CD.
  77.  
  78. SetCDFS         The SetCDFS utility lets you change certain parameters of
  79.                 an ISO 9660 image, such as size of directory cache, size of
  80.                 the read-ahead cache, etc.  You can reduce the size of the
  81.                 directory cache from its default of 16K to gain memory for
  82.                 your application, at the risk of requiring an extra seek to
  83.                 find a file not in the cache.  This utility can only be used
  84.                 after you have built your ISO image, using the ISO DevPak
  85.                 diskette or ISO-CD.  Use with caution -- for experienced
  86.                 programmers only!
  87.  
  88. Videodisc       A set of tools to control videodisc players for digitizing
  89.                 images.  Videodisc is a program allowing control of
  90.                 video devices via AREXX.  The devs directory contains
  91.                 the videodisc and videotape drivers from AmigaVision.
  92.                 Grabb.rexx is a sample AREXX script to automate the
  93.                 digitizing process.
  94.  
  95.  
  96. WARNING - The information contained herein is subject to change without
  97. notice.  Commodore specifically does not make any endorsement or
  98. representation with respect to use, results, or performance of the
  99. information (including without limitation its capabilities, appropriateness,
  100. reliability, currentness or availability).
  101.  
  102. DISCLAIMER - This information is provided "as is" without warranty of any
  103. kind, either express or implied.  The entire risk as to the use of this
  104. information is assumed by the user.  In no event will Commodore or its
  105. affiliated companies be liabile for any damages, direct, incidental,
  106. special or consequential, resultiing from any defect in the informatioin,
  107. even if advised of the possibilities of such damages.
  108.  
  109.